isSelectionEnabled

abstract fun isSelectionEnabled(block: DesignBlock): Boolean

Checks whether the block can currently be selected.

Return

true if selection is enabled, false otherwise.

Parameters

block

the block to query.